home *** CD-ROM | disk | FTP | other *** search
/ PC Users 1999 April / Cd Pc Users extra 19 abril 1999.iso / Internet / HTML / HTMLTool / _SETUP.1 / HTMLTOOL.exe / 0 / RCDATA / TFRMAPPLET / TFRMAPPLET.txt
Encoding:
Text File  |  1999-02-01  |  4.6 KB  |  252 lines

  1. object FrmApplet: TFrmApplet
  2.   Left = 210
  3.   Top = 211
  4.   BorderStyle = bsDialog
  5.   Caption = 'Java Applet'
  6.   ClientHeight = 175
  7.   ClientWidth = 407
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   OnCreate = FormCreate
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object lblCode: TLabel
  16.     Left = 8
  17.     Top = 8
  18.     Width = 25
  19.     Height = 13
  20.     Caption = '&Code'
  21.     FocusControl = EditCode
  22.   end
  23.   object lblCodeBase: TLabel
  24.     Left = 8
  25.     Top = 32
  26.     Width = 48
  27.     Height = 13
  28.     Caption = 'Code&base'
  29.     FocusControl = EditCodeBase
  30.   end
  31.   object lblName: TLabel
  32.     Left = 8
  33.     Top = 64
  34.     Width = 28
  35.     Height = 13
  36.     Caption = '&Name'
  37.     FocusControl = EditName
  38.   end
  39.   object lblAlt: TLabel
  40.     Left = 8
  41.     Top = 88
  42.     Width = 12
  43.     Height = 13
  44.     Caption = 'A<'
  45.     FocusControl = EditAlt
  46.   end
  47.   object lblWidth: TLabel
  48.     Left = 8
  49.     Top = 120
  50.     Width = 28
  51.     Height = 13
  52.     Caption = '&Width'
  53.     FocusControl = seWidth
  54.   end
  55.   object lblHeight: TLabel
  56.     Left = 8
  57.     Top = 144
  58.     Width = 31
  59.     Height = 13
  60.     Caption = '&Height'
  61.     FocusControl = seHeight
  62.   end
  63.   object lblHSpace: TLabel
  64.     Left = 136
  65.     Top = 120
  66.     Width = 39
  67.     Height = 13
  68.     Caption = 'H&Space'
  69.     FocusControl = seHSpace
  70.   end
  71.   object lblVSpace: TLabel
  72.     Left = 136
  73.     Top = 144
  74.     Width = 38
  75.     Height = 13
  76.     Caption = '&VSpace'
  77.     FocusControl = seVSpace
  78.   end
  79.   object lblAlignment: TLabel
  80.     Left = 232
  81.     Top = 64
  82.     Width = 46
  83.     Height = 13
  84.     Caption = '&Alignment'
  85.     FocusControl = cbAlignment
  86.   end
  87.   object EditCode: TEdit
  88.     Left = 64
  89.     Top = 8
  90.     Width = 249
  91.     Height = 21
  92.     Hint = 'The URL of the java file'
  93.     ParentShowHint = False
  94.     ShowHint = True
  95.     TabOrder = 0
  96.   end
  97.   object EditCodeBase: TEdit
  98.     Left = 64
  99.     Top = 32
  100.     Width = 249
  101.     Height = 21
  102.     Hint = 'The base URL of the applet'
  103.     ParentShowHint = False
  104.     ShowHint = True
  105.     TabOrder = 2
  106.   end
  107.   object EditName: TEdit
  108.     Left = 64
  109.     Top = 64
  110.     Width = 153
  111.     Height = 21
  112.     Hint = 'The name for the applet instance'
  113.     ParentShowHint = False
  114.     ShowHint = True
  115.     TabOrder = 4
  116.   end
  117.   object EditAlt: TEdit
  118.     Left = 64
  119.     Top = 88
  120.     Width = 153
  121.     Height = 21
  122.     Hint = 
  123.       'Text being displayed by browsers that understand the applet-tag ' +
  124.       'but cannot/will not run the applet'
  125.     ParentShowHint = False
  126.     ShowHint = True
  127.     TabOrder = 5
  128.   end
  129.   object seWidth: TSpinEdit
  130.     Left = 64
  131.     Top = 120
  132.     Width = 49
  133.     Height = 22
  134.     Hint = 'Width'
  135.     MaxValue = 10000
  136.     MinValue = 0
  137.     ParentShowHint = False
  138.     ShowHint = True
  139.     TabOrder = 7
  140.     Value = 0
  141.   end
  142.   object seHeight: TSpinEdit
  143.     Left = 64
  144.     Top = 144
  145.     Width = 49
  146.     Height = 22
  147.     Hint = 'Height'
  148.     MaxValue = 10000
  149.     MinValue = 0
  150.     ParentShowHint = False
  151.     ShowHint = True
  152.     TabOrder = 8
  153.     Value = 0
  154.   end
  155.   object seHSpace: TSpinEdit
  156.     Left = 192
  157.     Top = 120
  158.     Width = 49
  159.     Height = 22
  160.     Hint = 'Additional horizontal space'
  161.     MaxValue = 10000
  162.     MinValue = 0
  163.     ParentShowHint = False
  164.     ShowHint = True
  165.     TabOrder = 9
  166.     Value = 0
  167.   end
  168.   object seVSpace: TSpinEdit
  169.     Left = 192
  170.     Top = 144
  171.     Width = 49
  172.     Height = 22
  173.     Hint = 'Additional vertical space'
  174.     MaxValue = 10000
  175.     MinValue = 0
  176.     ParentShowHint = False
  177.     ShowHint = True
  178.     TabOrder = 10
  179.     Value = 0
  180.   end
  181.   object cbAlignment: TComboBox
  182.     Left = 288
  183.     Top = 64
  184.     Width = 113
  185.     Height = 21
  186.     Hint = 'Alignment of the applet'
  187.     ItemHeight = 13
  188.     Items.Strings = (
  189.       'Default'
  190.       'AbsBottom'
  191.       'AbsMiddle'
  192.       'Baseline'
  193.       'Bleedleft'
  194.       'Bleedright'
  195.       'Bottom'
  196.       'Left'
  197.       'Middle'
  198.       'Right'
  199.       'Text'
  200.       'Top')
  201.     ParentShowHint = False
  202.     ShowHint = True
  203.     TabOrder = 6
  204.     Text = 'Default'
  205.   end
  206.   object btnOK: TButton
  207.     Left = 312
  208.     Top = 112
  209.     Width = 89
  210.     Height = 25
  211.     Caption = 'OK'
  212.     Default = True
  213.     ModalResult = 1
  214.     TabOrder = 11
  215.   end
  216.   object btnCancel: TButton
  217.     Left = 312
  218.     Top = 144
  219.     Width = 89
  220.     Height = 25
  221.     Caption = 'Cancel'
  222.     ModalResult = 2
  223.     TabOrder = 12
  224.   end
  225.   object btnURL1: TBitBtn
  226.     Left = 320
  227.     Top = 8
  228.     Width = 81
  229.     Height = 21
  230.     Hint = 'URL Assistant'
  231.     Caption = '&URL'
  232.     ParentShowHint = False
  233.     ShowHint = True
  234.     TabOrder = 1
  235.     OnClick = btnURL1Click
  236.     NumGlyphs = 2
  237.   end
  238.   object btnURL2: TBitBtn
  239.     Left = 320
  240.     Top = 32
  241.     Width = 81
  242.     Height = 21
  243.     Hint = 'URL Assistant'
  244.     Caption = 'U&RL'
  245.     ParentShowHint = False
  246.     ShowHint = True
  247.     TabOrder = 3
  248.     OnClick = btnURL2Click
  249.     NumGlyphs = 2
  250.   end
  251. end
  252.